Skip to content

Update plugins docs #1321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2015
Merged

Update plugins docs #1321

merged 1 commit into from
Dec 10, 2015

Conversation

jasssonpet
Copy link
Contributor

@ns-bot
Copy link

ns-bot commented Dec 7, 2015

Test PASSed.

@@ -35,11 +36,11 @@ If the NativeScript framework does not expose a native API that you need, you ca

* The plugin must be a valid npm package.
* The plugin must expose a built-in native API or a native API available via custom native libraries.
* The plugin must be written in JavaScript or TypeScript and must comply with the CommonJS specification. If written in TypeScript, make sure to include the compiled `JavaScript` file in your plugin.
* The plugin must be written in JavaScript or TypeScript and must comply with the CommonJS specification. If written in TypeScript, make sure to include the compiled JavaScript file in your plugin.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We support Babel officially and the user can use any language which can compile to JavaScript. Consider expanding this statement to be more inclusive.

@jasssonpet
Copy link
Contributor Author

@teobugslayer Thank you for your comments. I've made a commit to address them 😄

@ns-bot
Copy link

ns-bot commented Dec 8, 2015

Test PASSed.

If there are linker errors after building, you may have to link with some native frameworks described in the CocoaPod documentation. See [`build.xcconfig` file](PLUGINS.md#buildxcconfig-specification) specification on how to do this.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of post-build linker errors, you might need to resolve missing dependencies to native frameworks required by the installed CocoaPod. For more information about how to create the required links, see the build.xcconfig specification.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed 😄

@ns-bot
Copy link

ns-bot commented Dec 9, 2015

Test PASSed.

@teobugslayer
Copy link
Contributor

👍 squash and merge. Excellent work!

@teobugslayer teobugslayer added this to the 1.6.0 (Under consideration) milestone Dec 9, 2015
@ns-bot
Copy link

ns-bot commented Dec 10, 2015

Test PASSed.

jasssonpet added a commit that referenced this pull request Dec 10, 2015
@jasssonpet jasssonpet merged commit 626fcc2 into master Dec 10, 2015
@jasssonpet jasssonpet deleted the jasssonpet/docs branch December 10, 2015 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants